CruiseControl.NET : Plugins Configuration Block
This page last changed on Jun 08, 2005 by mroberts.
The Web Dashboard comes pre-configured to use a default set of plugins. To change what plugins you want to use for your CruiseControl.NET deployment, use the <plugins> section of the Dashboard configuration. The section is split up into 4 parts, representing the Farm, Server, Project and Build views available in the Dashboard. Each section can be configured with any number of plugins. Most Build Plugins can be configured just to be used for certain Projects.Example: <plugins> <farmPlugins> . . </farmPlugins> <serverPlugins> . . </serverPlugins> <projectPlugins> . . </projectPlugins> <buildPlugins> . . </buildPlugins> </plugins> The following plugins are shipped with CruiseControl.NET: Farm PluginsServer PluginsProject PluginsBuild PluginsIf you are interested in writing your own Dashboard plugins, read Developing Web Dashboard Plugins. |
Document generated by Confluence on Jun 26, 2005 17:22 |